xend: allow VM configuration with both sdl=1 and vnc=1
authorKeir Fraser <keir.fraser@citrix.com>
Fri, 6 Mar 2009 19:13:23 +0000 (19:13 +0000)
committerKeir Fraser <keir.fraser@citrix.com>
Fri, 6 Mar 2009 19:13:23 +0000 (19:13 +0000)
commit3ba7d233c7cf9bcd152314be5992ea3ddf2bc37a
treec613d9da58a6e46d59122d5bd50f735dedd3c556
parent31e93ebbdd541a9b9bbb08089b663c1201a069d9
xend: allow VM configuration with both sdl=1 and vnc=1

In the stubdom case you can now specify sdl=1 and vnc=1 (again, both
can be selected at the same time) in the vfb configuration.
So instead of:

vfb = [ 'type=vnc' ]

now you have:

vfb = [ 'vnc=1,sdl=1' ]

the former configuration option is deprecated but still supported for
backward compatibility.

Signed-off-by: Stefano Stabellini <stefano.stabellini@eu.citrix.com>
tools/examples/xmexample.hvm-dm
tools/examples/xmexample.pv-grub
tools/examples/xmexample1
tools/examples/xmexample2
tools/examples/xmexample3
tools/python/xen/xend/XendConfig.py
tools/python/xen/xend/image.py
tools/python/xen/xm/create.py